home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4667 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  834 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Question-2
  5. Date: 7 Feb 1996 01:53:29 +1300
  6. Organization: Airdmhor
  7. Message-ID: <4f7j09$8su@airdmhor.gen.nz>
  8. References: <4eur52$oaq@recepsen.aa.msen.com> <2FEB199622525027@erich.triumf.ca> <31137e1e.135771264@nntp.ix.netcom.com>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12.  
  13. bennett@erich.triumf.ca (P.Bennett) wrote:
  14. > shorts are shorter than longs.  Ints may be the same as either, or not.
  15.  
  16. Mike Rubenstein:
  17. > Not necessarily.  char, short, int, and long may all be the same size.
  18.  
  19.   Is there a defined integral type longer than long, yet?  And since it
  20. would have to be optional, is there a way of seeing if a compiler knows
  21. about that type (I tried "#ifdef <type>" but that didn't work).
  22.